var runtime.fwdSig
12 uses
runtime (current package)
signal_unix.go#L82: var fwdSig [_NSIG]uintptr
signal_unix.go#L133: fwdSig[i] = getsig(i)
signal_unix.go#L138: if fwdSig[i] != _SIG_DFL && fwdSig[i] != _SIG_IGN {
signal_unix.go#L140: } else if fwdSig[i] == _SIG_IGN {
signal_unix.go#L159: if atomic.Loaduintptr(&fwdSig[sig]) == _SIG_IGN {
signal_unix.go#L204: atomic.Storeuintptr(&fwdSig[sig], getsig(sig))
signal_unix.go#L234: setsig(sig, atomic.Loaduintptr(&fwdSig[sig]))
signal_unix.go#L298: atomic.Storeuintptr(&fwdSig[_SIGPROF], h)
signal_unix.go#L317: h := atomic.Loaduintptr(&fwdSig[_SIGPROF])
signal_unix.go#L888: handler = atomic.Loaduintptr(&fwdSig[sig])
signal_unix.go#L1053: fwdFn := atomic.Loaduintptr(&fwdSig[sig])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)